<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'DINPRO-REGULAR';
  src: url(../fonts/DINPRO-REGULAR.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
body {
  font-family: "DINPRO-REGULAR";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1470px;
}
#header {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .h-top {
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .h-top ul {
  float: right;
  font-size: 0;
}
#header .h-top ul li {
  line-height: 50px;
  font-size: 18px;
  color: white;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#header .h-top ul li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}
#header .h-top .language-box {
  font-size: 16px;
  color: #fff;
}
#header .h-top .language-box a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
#header .h-top .language-box img {
  vertical-align: middle;
}
#header .h-top .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .h-top .h-search img {
  vertical-align: middle;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li {
  margin: 0 30px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:last-child{
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover {
  color: #4c982e;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li &gt; a {
  display: block;
  padding: 10px 0;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 200px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li:hover {
  background: #4c982e;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li ul{
  display: none;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#banner .play {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 70%;
  left: 18%;
  /*-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}

#banner .play img{
  display: inline-block;
  vertical-align: middle;
}
.ty-title h1.tit {
  font-size: 56px;
  line-height: 70px;
  font-weight: bold;
}
.ty-title span {
  display: block;
}
.our-process .box {
  display: flex;
  align-items: flex-end;
  padding: 120px 0;
}
.our-process .left {
  width: 480px;
  display: inline-block;
}
.our-process .right {
  flex: 1;
}
.our-process .process-list {
  margin-top: 95px;
}
.our-process .process-list .process-box {
  padding: 30px;
  background-color: #fafafa;
}
.our-process .process-list .process-box:hover {
  background-image: linear-gradient(to right, #5b9d2a, #067e42);
  color: #fff;
}
.our-process .process-list .process-box .tit {
  font-size: 18px;
  height: 80px;
}
.our-process .process-list .process-box .link {
  height: 40px;
  text-align: right;
  line-height: 40px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left center;
}
.our-process .process-list .process-box .link i {
  display: none;
}
.our-process .process-list .process-box:hover .link i {
  display: block;
}
.our-process .process-list ul li:first-child .process-box .link {
  background-image: url(../images/ces-icon1.png);
}
.our-process .process-list ul li:first-child:hover .process-box .link {
  background-image: url(../images/ces-icon1-c.png);
}
.our-process .process-list ul li:nth-child(2) .process-box .link {
  background-image: url(../images/ces-icon2.png);
}
.our-process .process-list ul li:nth-child(2):hover .process-box .link {
  background-image: url(../images/ces-icon2-c.png);
}
.our-process .process-list ul li:nth-child(3) .process-box .link {
  background-image: url(../images/ces-icon3.png);
}
.our-process .process-list ul li:nth-child(3):hover .process-box .link {
  background-image: url(../images/ces-icon3-c.png);
}
.our-process .process-list ul li:nth-child(4) .process-box .link {
  background-image: url(../images/ces-icon4.png);
}
.our-process .process-list ul li:nth-child(4):hover .process-box .link {
  background-image: url(../images/ces-icon4-c.png);
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center;
  height: 1080px;
}
.i-advantage .box {
  padding-top: 180px;
}
.i-advantage ul li .adv-box .left {
  display: inline-block;
  width: 360px;
  vertical-align: middle;
  padding-left: 80px;
}
.i-advantage ul li .adv-box .left h1 {
  font-size: 36px;
  color: #fff;
}
.i-advantage ul li .adv-box .left h1 span {
  font-size: 18px;
}
.i-advantage ul li .adv-box .left p {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  opacity: .7;
}
.i-advantage ul li .adv-box .right {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.i-advantage .adv-list {
  right: 0;
  top: 0;
  height: 100%;
}
.i-advantage .adv-list ul {
  height: 100%;
}
.i-advantage .adv-list li {
  height: 20%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.i-advantage .content {
  width: 600px;
  color: #fff;
}
.i-advantage .content .txt {
  font-size: 16px;
  opacity: .7;
  margin-top: 40px;
  margin-bottom: 70px;
}
.i-advantage .content .txt p {
  margin-bottom: 25px;
}
.ty-btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background-image: linear-gradient(to right, #5b9d2a, #067e42);
  padding: 0 70px 0 25px;
  border-radius: 30px;
  position: relative;
  color: #fff;
}
.ty-btn a span {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #037d43;
  text-align: center;
  line-height: 44px;
  border-radius: 100%;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.ty-btn a i {
  margin-left: 2px;
}
.our-product .title-box .txt {
  font-size: 16px;
  margin: 30px 0 60px;
}
.our-product .box {
  padding: 130px 0;
}
.our-product .pro-box {
  background-color: #fafafa;
}
.our-product .pro-box .top {
  height: 55px;
  padding-left: 45px;
}
.our-product .pro-box .top .left {
  font-size: 30px;
  line-height: 55px;
}
.our-product .pro-box .top .right {
  border-left: 1px solid #fff;
}
.our-product .pro-box .top .right a {
  width: 90px;
  display: block;
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  position: relative;
}
.our-product .pro-box .top .right a i{
  position: relative;
  z-index: 10;
}
.our-product .pro-box .top .right a::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background-image: linear-gradient(to right, #5b9d2a, #067e42);
  right: 0;
  top: 0;
  z-index: 0;
  transition: .3s ease;
}
.our-product .pro-box:hover .top .right a::before{
  width: 100%;
}
.our-product .pro-box:hover .top .right a {
  color: #fff;
}
.our-product .pro-box .bottom {
  padding: 15px 45px;
  border-top: 1px solid #fff;
}
.our-product .pro-box .bottom .pro-name{
  padding-bottom: 10px;
}
.our-product .pro-box .bottom .pro-img img {
  width: 100%;
  transition: .3s ease;
}
.our-product .pro-box:hover .bottom .pro-img img {
  transform: translateY(-10px);
}
.our-product .pro-box .bottom .pro-name h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "arial";
}
.our-product .pro-box .bottom .pro-name h3 {
  font-size: 22px;
}
.our-product ul {
  margin: -20px;
}
.our-product ul li {
  padding: 20px;
}
.net-work {
  background: url(../images/work-bg.jpg) no-repeat center;
  color: #fff;
  padding: 120px 0;
}
.net-work .box .title-box {
  max-width: 540px;
  width: 540px;
  position: relative;
  z-index: 10;
}
.net-work .txt {
  font-size: 16px;
  line-height: 30px;
  opacity: .8;
  padding-right: 65px;
  margin: 35px 0 60px;
}
.net-work .warp .icon-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.net-work .warp {
  margin: -10px;
}
.net-work .warp .item {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.net-work .map-img {
  right: -200px;
  top: 0;
}
.net-work .map-img .add-icon{
  position: absolute;
}
.net-work .map-img .add-icon {
  border-radius: 100%;
  color: #5b9d2a;
  text-align: center;
  position: absolute;
  z-index: 10;
  background: #fff;
  cursor: pointer;
  cursor: hand;
}
.net-work .map-img .add-icon.one{
  width: 38px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  left: 17%;
  top: 21%;
}
.net-work .map-img .add-icon.two{
  width: 50px;
  height: 50px;
  font-size: 19px;
  line-height: 50px;
  left: 29%;
  bottom: 25%;
}
.net-work .map-img .add-icon.three{
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  left: 47%;
  bottom: 52%;
}
.net-work .map-img .add-icon.four{
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  left: 52%;
  top: 15%;
}
.net-work .map-img .add-icon.five{
  width: 65px;
  height: 65px;
  font-size: 22px;
  line-height: 65px;
  right: 24%;
  top: 27%;
}
.net-work .map-img .add-icon:after{
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.7);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}





#footer {
  color: #fff;
  background-color: #28292b;
}
#footer .footer-top h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
#footer .footer-top .box {
  padding: 70px 0 100px;
}
#footer .footer-top .left {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
#footer .footer-top .left ul {
  margin-top: 30px;
}
#footer .footer-top .left ul li {
  font-size: 16px;
  color: #b0b0b0;
  padding: 5px 0;
}
#footer .footer-top .right {
  width: 190px;
}
#footer .footer-top .right ul li {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 45px;
}
#footer .footer-top .right ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right ul li:nth-child(1) {
  background-image: url(../images/add-icon.png);
}
#footer .footer-top .right ul li:nth-child(2) {
  background-image: url(../images/tel-icon.png);
}
#footer .footer-top .right ul li:nth-child(3) {
  background-image: url(../images/email-icon.png);
  background-position: left top 10%;
}
#footer .footer-top .right p {
  font-size: 16px;
  color: #b0b0b0;
  margin-top: 10px;
}
#footer .footer-bottom {
  font-size: 16px;
  line-height: 16px;
}
#footer .footer-bottom .box {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footer-bottom a {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom img {
  width: 150px;
  vertical-align: middle;
}
@media screen and (max-width: 1470px) {
  .ui.container {
    width: 1230px;
  }
  .ty-title h1.tit {
    font-size: 40px;
    line-height: 50px;
  }
  .our-process .process-list {
    margin-top: 30px;
  }
  .ty-title span {
    display: inline-block;
  }
  .our-process .process-list .process-box {
    padding: 20px;
  }
  .our-product .pro-box .bottom {
    padding: 25px;
  }
  .our-product .pro-box .top {
    padding-left: 25px;
  }
  .our-product .pro-box .bottom .pro-name h2 {
    font-size: 35px;
  }
  .our-product .pro-box .bottom .pro-name h3 {
    font-size: 18px;
  }
  #footer .footer-top .left {
    width: 750px;
  }
  .i-advantage ul li .adv-box .left {
    width: 250px;
    padding-left: 50px;
  }
  .i-advantage {
    height: 850px;
  }
  .net-work .map-img {
    max-width: 900px;
    right: 0;
  }
  .net-work .box .title-box {
    max-width: 450px;
    width: 450px;
  }
  .net-work .txt {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1230px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .our-process .process-list .process-box .tit {
    font-size: 16px;
  }
  .our-process .left {
    width: 420px;
  }
  .i-advantage ul li .adv-box .right {
    width: 130px;
  }
  .i-advantage ul li .adv-box .left {
    width: 200px;
    padding-left: 30px;
  }
  .i-advantage ul li .adv-box .left h1 {
    font-size: 30px;
  }
  .i-advantage ul li .adv-box .left p {
    font-size: 16px;
    line-height: 16px;
  }
  .i-advantage {
    height: 700px;
  }
  .i-advantage .box {
    padding-top: 90px;
  }
  .our-product .title-box .txt {
    margin: 30px 0;
  }
  .our-product ul {
    margin: -10px;
  }
  .our-product ul li {
    padding: 10px;
  }
  .our-product .pro-box .bottom .pro-name h2 {
    font-size: 25px;
  }
  .our-product .pro-box .bottom .pro-name h3 {
    font-size: 16px;
  }
  .our-product .pro-box .top .left {
    font-size: 25px;
  }
  .net-work .map-img {
    max-width: 100%;
  }
  #footer .footer-top .left {
    width: 580px;
  }
}
@media screen and (max-width: 970px) {
  #banner .play{
    display: none;
  }

  .ui.container {
    width: 768px;
  }
  .our-process .left {
    width: 100%;
  }
  .our-process .box {
    display: block;
  }
  .i-advantage .adv-list {
    display: none;
  }
  .i-advantage .content {
    width: 100%;
  }
  .i-advantage {
    height: auto;
  }
  .i-advantage .box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .net-work .box .title-box {
    max-width: 100%;
    width: 100%;
  }
  .net-work .map-img {
    display: none;
  }
  #footer .footer-top .left {
    float: none;
    width: 100%;
  }
  #footer .footer-top .right {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  #footer .footer-top .right ul li {
    display: block;
    vertical-align: top;
    margin-bottom: 20px;
  }
  .net-work .txt {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ui.container {
    width: 100%;
    overflow: hidden;
  }
  .our-process .box {
    padding: 60px 0;
  }
  .our-product .box {
    padding: 60px 0;
  }
  .net-work {
    padding: 60px 0;
  }
  #footer .footer-top .box {
    padding: 60px 0;
  }
  .ty-title h1.tit {
    font-size: 35px;
    line-height: 40px;
  }

  .our-process{
    display: none;
  }
}
@media screen and (max-width: 550px) {
  #footer .footer-bottom .box .fl,
  #footer .footer-bottom .box .fr {
    float: none;
    text-align: center;
  }
  #footer .footer-top .left {
    font-size: 0;
    display: none;
  }
  #footer .footer-top .left .footer-list {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 30px;
  }
  .ty-title h1.tit {
    font-size: 25px;
    line-height: 30px;
  }
  .i-advantage .content .txt {
    font-size: 14px;
  }
  .our-product .title-box .txt {
    font-size: 14px;
  }
  .ty-btn a {
    font-size: 14px;
  }
  .net-work .txt {
    font-size: 14px;
  }
  #footer .footer-top .left ul li {
    font-size: 14px;
  }
  #footer .footer-top .right p {
    font-size: 14px;
  }
}




/* 鍐呴〉鏍峰紡 */
.inner-page .pro-list {
    margin-top: 36px;
}
.inner-page .pro-list .swiper-slide {
    border: 1px solid #f3f3f3;
}
.inner-page .pro-list .swiper-slide .tit {
    text-align: center;
    padding: 25px 0;
    background: #fff;
    font-size: 1.4rem;
}
.inner-page .pro-list .swiper-slide .tit a {
    color: #2d2d2d;
    display: block;
    position: relative;
    padding: 0 42px;
}
.inner-page .pro-list .swiper-slide .tit a&gt;div{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-page .pro-list .swiper-slide .tit a:before, .inner-page .pro-list .swiper-slide .tit a:after {
    content:'';
    position: absolute;
    top: 49.9%;
    height: 1px;
    width: 25px;
    background: #000;
}
.inner-page .pro-list .swiper-slide .tit a:before {
    left: 0;
}
.inner-page .pro-list .swiper-slide .tit a:after {
    right: 0;
}
.inner-page p {
    color: #3a3a3a;
    line-height: 30px;
    font-size: 1.4rem;
}
.prodet-page .pro-main-tit {
    color: #2d2d2d;
    font-family: poppins-regular;
    font-size: 2.357rem;
    margin-bottom: 57px;
}
.prodet-page .det-head {
    padding: 56px 0 73px;
    background: #fafafc;
}
.prodet-page .det-head .pro-pic {
    width: 38.6%!important;
}
.prodet-page .det-head .pro-pic img {
    width: 100%;
}
.prodet-page .det-head .pro-det-one {
    padding-left: 11.25%!important;
    width: 61.4%!important;
}
.prodet-page .det-head .pro-det-one .pro-tit {
    color: #2d2d2d;
    font-size: 2.357rem;
    font-family: poppins-regular;
}
.prodet-page .det-head .pro-det-one .cname {
    color: #2d2d2d;
    font-size: 1.4286rem;
    font-family: poppins-regular;
    margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
    margin: 70px 0 92px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
    margin-bottom: 6px;
    color: #2d2d2d;
    font-size: 1.4286rem;
    display: block;
    position: relative;
    background: #fff;
    max-width: 456px;
    line-height: 38px;
    padding: 0 36px 0 26px;
}
.prodet-page .det-head .pro-det-one .pro-links a .icon {
    position: absolute;
    right: 9px;
    top: 1px;
    font-size: 1.5rem;
    color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
    background: #1960ad;
    color: #fff;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery:after {
    content:'';
    display: block;
    width: 0;
    clear: both;
    height: 0;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    padding: 0;
    float: left;
    width: 15%;
    margin-right: 8px;
    border: 1px solid #f4f4f4;
}
.prodet-page .det-body {
    padding: 85px 0 103px;
    background: #fff;
}
.prodet-page .det-fot {
    padding: 76px 0 90px;
    background: #fafafc;
}
.prodet-page .det-fot .pro-main-tit {
    margin-bottom: 0;
}
.prodet-page .det-fot .pro-list {
    padding: 0;
    margin-top: 50px;
}


.inner-banner{
  position: relative;
  height:350px;
  overflow: hidden;
}
.inner-banner &gt; img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner .mbx{
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  font-size: 16px;
  color: #fff;
}
.inner-banner .mbx a:first-child{
  margin-left: 0;
}
.inner-banner .mbx a{
  margin: 0 15px;
}
.inner-banner .mbx span{
  margin: 0 15px;
}
.m-page {
  text-align:center;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #0e60aa;
  color: #7b8393;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  font-size: 12px;
}
.m-page span,
.m-page a:hover {
  background: #0e60aa;
  color: white;
}
.inner-page div#nav {
  background:none;
  padding:0;
}
.inner-page div#nav ul.ui {
  position:relative;
  background: rgb(68 68 68 / 75%);;
}
.inner-page div#nav ul.ui li {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  position:static;
}
.inner-page div#nav ul.ui li a {
  position: relative;
  color: inherit;
  display: block;
}
.inner-page div#nav ul.ui li a::after{
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to right, #5b9d2a, #067e42);
  display: none;
}
.inner-page div#nav ul.ui li:hover a::after,
.inner-page div#nav ul.ui li.active a::after{
  display: block;
}
.inner-page div#nav ul.ui li:hover,
.inner-page div#nav ul.ui li.active {
  color: #de2e3c;
}
.inner-page div#nav ul.ui li ul {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:#f9f9f9;
  z-index:1;
  display:none;
  margin-top:0;
  border:1px solid #ccc;
  border-top:none;
}
.inner-page div#nav ul.ui li ul li {
  line-height:45px;
  font-size:12px;
  border-left:1px solid #ededed;
}
.inner-page div#nav ul.ui li ul li:first-child {
  border-left:none;
}
.about-page .init-2 {
  padding: 40px 0;
}
.about-page .init-2 p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0;
}
.product-page {
  background: #f6f7f9;
}
.product-page .init-1 {
  background: white;
}
.product-page .init-2 {
  padding: 70px 0 60px;
}
.product-page .init-3{
  padding: 60px 0;
}
.product-page .init-2 ul {
  padding: 35px 80px;
  background: url("../images/product-init-2-bg.jpg") #0251b8 no-repeat right bottom;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 30px 0 #aaaaaf;
  -webkit-box-shadow: 0 0 30px 0 #aaaaaf;
  -moz-box-shadow: 0 0 30px 0 #aaaaaf;
  -ms-box-shadow: 0 0 30px 0 #aaaaaf;
  -o-box-shadow: 0 0 30px 0 #aaaaaf;
}
.product-page .init-2 ul li .left {
  width: 50%;
  padding-right: 3%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .init-2 ul li .left a {
  display: block;
}
.product-page .init-2 ul li .right {
  width: 50%;
  display: inline-block;
  padding-left: 2%;
  vertical-align: middle;
}
.product-page .init-2 ul li .right h2 {
  font-size: 30px;
  color: white;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 225, 0.3);
}
.product-page .init-2 ul li .right h2 a {
  color: inherit;
}
.product-page .init-2 ul li .right h2:hover {
  color: #0e60aa;
}
.product-page .init-2 ul li .right p {
  font-size: 14px;
  color: white;
  line-height: 30px;
  margin: 30px 0;
}
.product-page .init-2 ul li .right a.more {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background: white;
  font-size: 14px;
  color: #e60012;
}
.product-page .init-2 ul li .right a.more:hover {
  background: #0e60aa;
  color: white;
}
.product-page .init-2 ul button.slick-arrow {
  background: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:hover {
  border-color: white;
}
.product-page .init-2 ul button.slick-arrow:hover:before {
  color: white;
}
.product-page .init-2 ul button.slick-prev {
  left: 10px;
}
.product-page .init-2 ul button.slick-prev:before {
  content: "\f104";
}
.product-page .init-2 ul button.slick-next {
  right: 10px;
}
.product-page .init-2 ul button.slick-next:before {
  content: "\f105";
}
.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.product-page .init-3 ul li {
  width: 25%;
  float: left;
  padding: 10px;
}
.product-page .init-3 ul li a {
  display: block;
}
.product-page .init-3 ul li a span {
  display: block;
  border: 1px solid #e4e7ee;
  overflow: hidden;
  background: #fff;
}
.product-page .init-3 ul li a span img {
  width: 100%;
}
.product-page .init-3 ul li a h2 {
  font-size: 14px;
  color: #7b8393;
  text-align: center;
  padding: 25px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-3 ul li a h2:hover {
  color: #0e60aa;
}
.product-page .init-4 {
  padding: 40px 0;
}

.service-page .init-1 {
  background: #f6f7f9;
  padding: 70px 0;
  text-align: center;
}
.service-page .init-1 h2 {
  font-size: 60px;
  color: #222;
  text-align: center;
}
.service-page .init-1 .jc {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.service-page .init-1 .jc i {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0582d2;
  z-index: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.service-page .init-1 .jc img {
  position: relative;
  z-index: 1;
}
.service-page .init-1 p {
  font-size: 14px;
  line-height: 24px;
  color: #999898;
  padding: 30px 5%;
}
.service-page .init-2 {
  padding: 100px 0;
  text-align: center;
}
.service-page .init-2 h2 {
  text-align: center;
  font-size: 34px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}
.service-page .init-2 .map {
  display: inline-block;
  margin: 30px auto 0;
  position: relative;
  width: 90%;
}
.service-page .init-2 .map h3 {
  text-align: center;
  font-size: 30px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  letter-spacing: -1px;
}
.service-page .init-2 .map li {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  position: absolute;
  font-weight: bold;
}
.service-page .init-2 .map li.ie1,
.service-page .init-2 .map li.ie5 {
  right: 10%;
}
.service-page .init-2 .map li.ie2,
.service-page .init-2 .map li.ie4 {
  right: 5%;
}
.service-page .init-2 .map li.ie3 {
  right: 2%;
}
.service-page .init-2 .map li.ie1 {
  top: 7%;
}
.service-page .init-2 .map li.ie2 {
  top: 25%;
}
.service-page .init-2 .map li.ie3 {
  top: 46%;
}
.service-page .init-2 .map li.ie4 {
  top: 68%;
}
.service-page .init-2 .map li.ie5 {
  top: 87%;
}
.service-page .init-2 dl {
  text-align: left;
}
.service-page .init-2 dt {
  font-size: 30px;
  color: #1c1e23;
  margin-top: 50px;
  font-weight: bold;
}
.service-page .init-2 dd {
  font-size: 16px;
  color: #999898;
  line-height: 24px;
  margin-top: 15px;
}
.service-page .init-3 {
  padding: 40px 0 100px;
  margin-top: 30px;
  border-top: 2px solid #ebe9e9;
}
.service-page .init-3 .init-3-top {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}
.service-page .init-3 .init-3-top li {
  width: 25%;
  float: left;
  text-align: center;
}
.service-page .init-3 .init-3-top li a {
  display: inline-block;
  line-height: 54px;
  font-size: 18px;
  padding: 0 40px;
  color: #1c1e23;
  background-color: transparent;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.service-page .init-3 .init-3-top li a:after {
  content: '';
  left: 50%;
  bottom: 100%;
  height: 0;
  border-left: 2px solid #ebe9e9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.service-page .init-3 .init-3-top li a:hover,
.service-page .init-3 .init-3-top li.active a {
  color: #fff;
  background-color: #003b83;
}
.service-page .init-3 .init-3-top li a:hover:after,
.service-page .init-3 .init-3-top li.active a:after {
  height: 40px;
}
.service-page .init-3 .init-3-bottom li {
  display: block;
  background-color: #f6f7f9;
  display: none;
}
.service-page .init-3 .init-3-bottom li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.service-page .init-3 .init-3-bottom li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}
.service-page .init-3 .init-3-bottom li .right h3 {
  font-size: 28px;
  color: #1c1e23;
}
.service-page .init-3 .init-3-bottom li .right dd {
  font-size: 18px;
  color: #9e979a;
  line-height: 24px;
  margin-top: 25px;
}
.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 14px;
  color: black;
  padding: 20px 0 10px;
  text-transform: capitalize;
}
.contact-page .init-1 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #0e60aa;
}
.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul .ty-btn{
  margin-top: 50px;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #0e60aa;
}
.contact-page .init-3 ul li input {
  line-height: 60px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #0e60aa;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.faq-page .init-2 ul.faq {
  padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: #0e60aa;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li h2 a {
  color:inherit;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #0e60aa;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #0e60aa;
}
.news-page .init-3 {
  padding: 40px 0;
}
.newsdet-page .init-2 {
  padding: 60px 0 40px;
}
.newsdet-page .init-2 div.newsdet h1 {
  font-size: 40px;
  color: #222;
  text-align: center;
}
.newsdet-page .init-2 div.newsdet .news_date {
  font-size: 14px;
  text-align: center;
  color: #585858;
  display: block;
  padding: 20px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents {
  font-size: 16px;
  color: rgba(0,0,0.6);
  line-height: 28px;
}
.newsdet-page .init-2 div.newsdet .news_contents p {
  padding: 10px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents a {
  color: #0e60aa;
}
.newsdet-page .init-3 .news_next {
  padding: 40px 0;
  font-size: 18px;
  color: #222;
}
.newsdet-page .init-3 .news_next a {
  color: inherit;
}
.newsdet-page .init-3 .news_next a:hover {
  color: #0e60aa;
}
.picture-page .init-2 {
  padding: 40px 0;
}
.picture-page .init-2 ul.picture {
  display: inline-block;
  width: 100%;
}
.picture-page .init-2 ul.picture li {
  width: 25%;
  float: left;
  padding: 15px 10px;
}
.picture-page .init-2 ul.picture li a {
  display: block;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}
.picture-page .init-2 ul.picture li a em {
  display: block;
  overflow: hidden;
}
.picture-page .init-2 ul.picture li a h2 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.picture-page .init-2 ul.picture li a h2:hover {
  color: #0e60aa;
}
.picture-page .init-3 {
  padding: 40px 0;
}

.about-page-company .init-2 {
  padding: 50px 0 60px;
}
.about-page-company .init-2 h2 {
  font-size: 30px;
  color: #394b50;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page-company .init-2 h2 small {
  display: block;
  font-size: 16px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
.about-page-company .init-2 ul {
  margin: -30px -40px;
  display: inline-block;
  padding-top: 70px;
}
.about-page-company .init-2 ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 40px;
  position: relative;
  margin-left: -3px;
}
.about-page-company .init-2 ul li .img {
  position: absolute;
  left: 45px;
  top: 30px;
}
.about-page-company .init-2 ul li .img img.img2 {
  display: none;
}
.about-page-company .init-2 ul li:hover .img img.img2 {
  display: block;
}
.about-page-company .init-2 ul li:hover .img img.img1 {
  display: none;
}
.about-page-company .init-2 ul li .content {
  padding-left: 80px;
}
.about-page-company .init-2 ul li .content h3 {
  font-size: 16px;
  color: #394b50;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.about-page-company .init-2 ul li .content p {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
}
.about-page-company .init-3 {
  background: #f6f7f9;
  position: relative;
}
.about-page-company .init-3 div.left {
  width: 50%;
}
.about-page-company .init-3 div.left img {
  width: 100%;
}
.about-page-company .init-3 div.right {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.about-page-company .init-3 div.right .box {
  width: 50%;
  float: right;
  padding-left: 5%;
}
.about-page-company .init-3 div.right .box h2 {
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page-company .init-3 div.right .box p {
  font-size: 14px;
  color: black;
  line-height: 27px;
  position: relative;
  margin: 60px 0 40px;
}
.about-page-company .init-3 div.right .box img {
  float: right;
}
.about-page-company .init-3 div.right .box .content {
  position: relative;
  padding-left: 10%;
}
.about-page-company .init-3 div.right .box i {
  position: absolute;
  font-size: 60px;
  color: #e5e6e8;
}
.about-page-company .init-3 div.right .box i.left {
  top: -10px;
  left: -40px;
}
.about-page-company .init-3 div.right .box i.right {
  bottom: -50px;
  right: -20px;
}
.about-page-company .init-4 {
  padding: 90px 0;
}
.about-page-company .init-4 img {
  margin: 20px 0;
}
.about-page-company .init-4 p {
  font-size: 14px;
  color: black;
  line-height: 28px;
  font-family: Arial;
  padding: 15px 0;
}

.about-page .about-2 .course-list{
  padding-top: 60px;
  padding-bottom: 80px;
  border-top: 1px solid #dcdcdc;
}
.about-page .about-2 .course-list .warp{
  display: flex;
  justify-content: space-between;
}
.about-page .about-2 .course-list h1::before {
    content: attr(data-text);
    display: block;
    font-size: 16px;
    color: #727272;
    margin-bottom: 10px;
}
.about-page .about-2 .course-list h1{
  font-size: 54px;
  line-height: 54px;
  font-weight: bold;
  color: #4c982e;
}
.about-page .about-2 .course-list h1 span{
  font-size: 24px;
  line-height: 24px;
}
.about-page .about-2 .course-list p{
  font-size: 16px;
}
.about-page .about-2{
  position: relative;
  background-color: #fafafa;
}
.about-page .about-2:after{
  content: url(/chinaost/2021/05/12/12.jpg);
  position: absolute;
  right: 0;
  top: 0;
}
.about-page .about-2 .box{
  padding: 80px 0 0;
}
.about-page .about-2 .txt{
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  max-width: 770px;
}
.about-page .about-2 .txt p{
  margin-bottom: 20px;
  font-size: 16px;
}
.inner-ty-title h1{
  font-size: 38px;
}


.about-page .about-3 .box{
  padding: 80px 0;
}
.about-page .about-3 .content{
  margin-top: 60px;
}
.about-page .about-3 .txt-box{
  font-size: 0;
  background-color: #fafafa;
  margin-bottom: 40px;
}
.about-page .about-3 .about-img{
  width: 42%;
  display: inline-block;
  vertical-align: middle
}
.about-page .about-3 .about-txt{
  width: 58%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px;
}
.about-page .about-3 .about-txt h2{
  font-size: 30px;
  margin-bottom: 15px;
}
.about-page .about-3 .about-txt h2::after{
  content: '';
  display: block;
  width: 44px;
  height: 3px;
  background-image: linear-gradient(to right, #5b9d2a, #067e42);
  margin-top: 15px;
}
.about-page .about-3 .about-txt ul li{
  font-size: 18px;
  padding: 5px 0;
}
.about-page .about-3 .about-txt ul li span{
  color: #4c982e;
  font-weight: bold;
}

.about-page .about-4{
  background: url(../images/about-4-bg.jpg)no-repeat center;
  background-size: cover;
}
.about-page .about-4 .box{
  padding: 80px 0;
}

.about-page .about-4 ul {
    margin: -5px;
    position: relative;
    left: 0;
    white-space: nowrap;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.about-page .about-4 ul li {
    padding: 5px;
}
.about-page .about-4 ul li dl {
    margin: -5px;
    white-space: normal;
}
.about-page .about-4 ul li dl dd {
    padding: 5px;
}
.about-page .about-4 ul li dl dd a {
    display: block;
}
.about-page .about-4 ul li dl dd a img {
    width: 100%;
}
.about-page .about-4 ul li dl dd a h5 {
    line-height: 40px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
}
.about-page .about-4 ul li:nth-child(even) dl dd:first-child {
    width: 100%;
}
.about-page .about-4 ul li:nth-child(odd) dl dd:last-child {
    width: 100%;
}

#i-factory{
  margin: 45px 0;
}
.about-page .about-4 .swiper-scrollbar{
  height: 8px;
  background-color: transparent;
}
.about-page .about-4 .swiper-scrollbar-drag{
  background-color: #fff;
}
.about-page .about-4 .swiper-scrollbar::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}

.about-page .about-4 .inner-ty-title h1{
  color: #fff;
}

.about-page .about-5 .box{
  padding: 80px 0;
}
.about-page .about-5 .honor-box .honor-img{
  background-color: #f2f2f2;
  display: block;
  padding: 25px;
  transition: .3s ease;
}
.about-page .about-5 .honor-box .honor-img img{
  margin: 0 auto;
}
.about-page .about-5 .honor-box p{
  font-size: 20px;
  padding: 5px 0;
  transition: .3s ease;
}
.about-page .about-5 ul{
  margin: -15px;
}
.about-page .about-5 ul li{
  padding: 15px;
}
.about-page .about-5 ul li:hover .honor-img{
  box-shadow: 0 0 10px 0 #f2f2f2;
}
.about-page .about-5 ul li:hover .honor-box p{
  color: #4c982e;
}

.about-page .about-5 .honor-list{
  margin-top: 60px;
}
.about-page .about-5 .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 10;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.about-page .about-5 .slick-prev.slick-arrow{
  left: 15px;
  background-image: url(../images/about-left.png);
}
.about-page .about-5 .slick-next.slick-arrow{
  right: 15px;
  background-image: url(../images/about-right.png);
}
.about-page .about-5 .slick-prev.slick-arrow:hover{
  background-image: url(../images/about-left-c.png);
}
.about-page .about-5 .slick-next.slick-arrow:hover{
  background-image: url(../images/about-right-c.png);
}

@media screen and (max-width: 1440px){
  .about-page-company .init-3 div.right .box p {
    margin: 20px 0;
  }
  .about-page-company .init-3 div.right .box i {
    display: none;
  }
  .about-page-company .init-3 div.right .box .content {
    padding-left: 0;
  }

}
@media screen and (max-width: 1200px){
  .about-page-company .init-3 div.right .box img {
    display: none;
  }
}
.button-group .button {
  background-color: #0e60aa !important;
}
@media screen and (max-width: 1200px){
  .faq-page .init-2 ul.faq li p {
    font-size: 14px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 18px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 24px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 13px;
  }
  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 50%;
  }
  .prodet-page .init-4 h2 em,.prodet-page .init-3 .init-3-top ul li {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 28px;
  }
  #mapContainer {
    height: 360px !important;
  }
  .contact-page .init-3 h2,.contact-page .init-1 h2 {
    font-size: 30px;
  }
  .contact-page .init-3 ul li input {
    line-height: 40px;
  }
  .contact-page .init-3 ul li .yam .img {
    top: 12px;
  }
  .about-page-company .init-2 ul li .content p {
    font-size: 12px;
  }
  .about-page-company .init-2 h2 {
    font-size: 24px;
  }
  .about-page-company .init-2 h2 small {
    font-size: 12px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 18px;
  }
  .picture-page .init-2 ul.picture li,.product-page .init-3 ul li {
    width: 33.333%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .init-2 .prodet-scroll {
    width: 20%;
  }
  .prodet-page .init-2 .prodet-img {
    width: 80%;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .news-page .init-2 ul.newslist li p {
    font-size: 13px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 20px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 12px;
    line-height: 24px;
  }
  .newsdet-page .init-3 .news_next {
    font-size: 14px;
    padding: 20px 0;
  }
  .contact-page .init-3 h2, .contact-page .init-1 h2 {
    font-size: 22px;
  }
  .contact-page .init-1 ul li p {
    font-size: 12px;
  }
}

@media screen and (max-width: 700px){
  .inner-page div#nav {
    display: none;
  }
  .about-page-company .init-2 h2 {
    font-size: 18px;
  }
  .about-page-company .init-2 ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .about-page-company .init-2 ul {
    margin: 20px 0;
  }
  .about-page-company .init-2 ul li .img {
    left: 10px;
  }
  .about-page-company .init-3 div.left {
    width: 100%;
  }
  .about-page-company .init-3 div.right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .about-page-company .init-3 div.right .box {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .picture-page .init-2 ul.picture li, .product-page .init-3 ul li {
    width: 50%;
  }
  .faq-page .init-2 ul.faq li p {
    font-size: 12px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 15px;
  }
  .product-page .init-2 {
    display: none;
  }
  .product-page .init-3 {
    padding-top: 30px;
  }
  .product-page .init-3 ul li a h2 {
    padding: 5px;
  }
  #cs td, #cs th {
    padding: 5px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 12px;
  }
  .prodet-page .init-2 .prodet-title a.more.first {
    margin-bottom: 10px;
  }
  .prodet-page .init-4 h2 em, .prodet-page .init-3 .init-3-top ul li {
    font-size: 12px;
  }
  .news-page .init-2 ul.newslist li h2 {
    font-size: 15px;
  }
  .news-page .init-2 ul.newslist li {
    padding: 15px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 16px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents p {
    padding: 5px 0;
  }
  .contact-page .init-1 ul li {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 20px;
  }
  .contact-page .init-1 ul li:nth-child(2n) {
    margin-left: 0;
  }
  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .contact-page .init-1 ul {
    padding: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .init-3 ul li {
    width: 100%;
  }
  .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .init-1 h2 {
    padding: 30px 0 10px;
  }

}


.contact-page .person-list {
    margin:20px 0 60px;
	display:inline-block;
	width:100%;
}
.contact-page .person-list .grid-box {
  margin: -10px;
}
.contact-page .person-list .column {
	text-align:center;
  padding: 10px;
}
.contact-page .person-list .column .contact-box{
    overflow: hidden;
    background: #ddf3fb;
    padding-top: 42px;
}
.contact-page .person-list .column:last-child {
    margin-right: 0;
}
.contact-page .person-list .column .name {
    color: #454545;
    font-size: 26px;
    font-family: roboto-medium;
    display: inline-block;
    padding: 0 7px 11px;
    border-bottom: 3px solid #d0d0d0;
	margin:0 auto;
}
.contact-page .person-list .column .zw {
    padding-bottom: 26px;
    border-bottom: 1px solid #464646;
    display: block;
    color: #737373;
    font-size: 17px;
    font-family: roboto-light;
    width: 80%;
    margin: 13px auto 34px;
}
.contact-page .person-list .column .contacts {
    margin: 20px auto 32px;
    width: 80%;
    color: #737373;
    line-height: 30px;
    font-family: roboto-light;
    padding-bottom: 36px;
    border-bottom: 1px solid #d0d0d0;
}
.contact-page .person-list .column .contacts p {
    font-size: 14px;
	    line-height: 28px;
}


.inner-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}

#ewm{
  width: 100px;
  border: 4px solid #fff;
  margin-top: 20px;
}


@media screen and (max-width: 1800px){
  .about-page .about-2 .txt{
    max-width:40%;
  }

  .about-page .about-2 .txt p{
    font-size: 14px;
  }
  .inner-page p{
    line-height: 23px;
  }
}


@media screen and (max-width: 1400px){
  .about-page .about-2:after{
    display: none;
  }

  .about-page .about-2 .txt{
    max-width: 100%;
  }
}



@media screen and (max-width: 1230px){
  .about-page .about-3 .about-txt{
    width: 100%;
    padding: 0;
  }

  .about-page .about-3 .txt-box{
    padding: 30px;
  }

  .about-page .about-3 .about-img{
    display: none;
  }


  #ewm{
    display: none;
  }
}


@media screen and (max-width: 970px){
  .inner-banner{
    display: none;
  }
  .about-page .about-2 .course-list h1{
    font-size: 30px;
    line-height: 30px;
  }


  .prodet-page .det-head .pro-det-one .pro-tit{
    font-size: 1.7rem;
  }


  .prodet-page .det-head .pro-pic{
    width: 100%!important;
  }
  .prodet-page .det-head .pro-det-one{
    width: 100%!important;
    padding-left: 0!important;
    margin-top: 30px;
  }

  .prodet-page .det-head .pro-det-one .pro-links{
    display: none;
  }

  .prodet-page .det-head .pro-det-one .pro-img-gallery{
    margin-top: 30px;
  }

  .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li{
    width: 25%;
  }
}

@media screen and (max-width: 768px){
  .about-page .about-2 .course-list .warp{
    display: block;
    font-size: 0;
    text-align: center;
  }
  .about-page .about-2 .course-list .warp li{
    width: 33.33%;
    display: inline-block;
  }


  .inner-ty-title h1{
    font-size: 30px;
  }

  .about-page .about-2 .course-list h1 span{
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 500px){
  .contact-page .init-3 ul{
    margin: 0;
  }

  .product-page .init-3 ul{
    margin: 0;
  }
}


.net-work .warp .item{
  width: 50%!important;
}</pre></body></html>